Description
Fires the requested handler action. The dynamic portion of the hook name, `$action`, refers to the name of the requested action derived from the `GET` request.
Occurrences
Filename | Line Number |
---|---|
wp-admin/network/edit.php | 38 |
PHP Doc
/**
* Fires the requested handler action.
*
* The dynamic portion of the hook name, `$action`, refers to the name
* of the requested action derived from the `GET` request.
*
* @since 3.1.0
*/